Objects Reference

flydll_group::add_dll

Prototype

int add_dll(char *filename)

Parameters

Parameter Type Description
filename char * filename for the Fly3D plug-in dll

Return Value

Returns TRUE if the dll was loaded OK, FALSE if not found or other error. 

Remarks

This function adds a new Fly3D plug-in dll into the dll array. Its classes should them be loaded using the load_classes method.